2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_init): Call
calendar_compute_days() after setting priv->week_start.
+2005-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcalendar.c (gtk_calendar_init): Call
+ calendar_compute_days() after setting priv->week_start.
+
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
+2005-10-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcalendar.c (gtk_calendar_init): Call
+ calendar_compute_days() after setting priv->week_start.
+
2005-10-03 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
calendar->month = tm->tm_mon;
calendar->year = 1900 + tm->tm_year;
- calendar_compute_days (calendar);
-
for (i=0;i<31;i++)
calendar->marked_date[i] = FALSE;
calendar->num_marked_dates = 0;
priv->week_start = 0;
}
#endif
+
+ calendar_compute_days (calendar);
}
\f